Skip to content
Permalink
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?
Go to file
 
 
Cannot retrieve contributors at this time

6003-Web-API-Development

Video Demo - https://youtu.be/cc01_vghFf8

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: newUser
password: password123

TO RUN THE API TESTS:

  1. cd ../server
  2. npm test