-
install node packages command : npm i
-
data base connection string in env file DB_URL=”postgres://:@localhost:5432/testdb”
-
create tables in postgresSQL command : npm run migrate
-
add dummy data into tables command : npm run seed.
-
run server command : npm start
-
APIs end points : signup users : “http://localhost:4000/signup” payload: username : ”” password : ””
Signin users : “http://localhost:4000/signup” payload: username : ”” password : ””
userslist : “http://localhost:4000/userlist” payload: cookie
logout : “http://localhost:4000/logout” payload: cookie
-
run test command : npm test
-
Notifications
You must be signed in to change notification settings - Fork 0
License
nileshpanhale/W5_Test
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published