Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 409 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 409 Bytes

A GUIDE TO GS-BACKEND DOCS

first of all you install dependencies by using

npm install 

in the main directory

then start the server by using

npm start

to access to api-docs you should go to localhost:3000/api-docs

defineing superuser

to create new supeuser you do:

nodejs initSuperUser.js {username} {password}

this command drops the database and creates news uperuser