Skip to content

marshj10/6003CEM-Web-Dev-Resit

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

6003-Web-API-Development

Video Demo - https://youtu.be/u89-EsTAhoc

TO START THE SERVER:

  1. cd ../server
  2. npm run start

TO START THE CLIENT:

  1. cd ../client
  2. npm start

Current users:

user 1

username: user1
password: 123

user 2

username: user2
password: password

user 3

username: user3
password: test

TO RUN THE API TESTS:

MAKE SURE .env IS USING test_db AS THE DATABASE AND NOT project_db

  1. cd ../server
  2. npm run test

OPENAPI SPEC

Open API yml specification can be found here This is also available in html format here

JSDOCS:

JSDOCS for server can be found here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published