Skip to content

Jamwilltim/Online-Library-Single-Page-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Library

Created by James harvey for Programming (black) individual coursework

Loading website

First, you must clone the files onto your local machine by running the command bellow into Git Bash:

git clone https://github.com/Jamwilltim/Online-Library-Single-Page-App.git

Then run npm install in your terminal, this will install all of the necessary dependancies to run the project, which in this case is just express.js.

Once all files and dependancies are installed you can launch the server with:

npm start

If you wish to use nodemon then you will have to install it separately using:

npm install nodemon --save-dev

You will also have to make sure that you have the nodemon.json file on your local device as this ensures the server doesn't restart when POST requests are made

The command to run the server with nodemon is

npm run server

Testing

Duplicate files have been made in the /test folder, these files are altered during the running of the test cases

Documentation

The documentation can be found here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors