Skip to content

Jake-BS/E-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This template is to be used when developing a Single Page Application connected to a REST Web API.This

There are two directories:

  1. The api directory contains the code for the REST Web API.
  2. The spa directory contains the front-end code.

Project settings: make sure protect dynamic ports is switched off.

To run the project:

$ deno run --allow-all --unstable index.js

Accounts

The system comes pre-configured with an account:

  • username: doej
  • password: p455w0rd

You can use the registration option to create more accounts.

The secure page allows you to upload files to the server, this will need to be replaced with the functionality required by your assigned topic.

Linting

The Deno Lint tool only works for code written for Deno so in this assignment it should only be run on the contents of the api/ directory.

The linter needs to load the settings from the config file so you need to run it using the following command:

$ deno lint --config deno.json

Frequently-Asked Questions

If you get stuck your first step should be to see if this is a problem that others have already encountered. There is a comprehensive FAQ document that gives solutions to the most common problems.

Frequently-Asked Questions

About

Web API/Single Page App Module Repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors