Skip to content

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

Programming (Black) individual coursework. A single page app built using HTML, TailwindCSS and ExpressJS. It functions as an online library system allowing for reviews of books to be posted as well as books to be added, removed, favourited, etc.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages