Skip to content

Cob007/Challenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpage

Link : https://challenger-capstone.netlify.app/app

alt text

INSTALLATION

API

  1. cd backend
  2. npm install
  3. create .env file inside backend folder PORT = port e.g 8080 DB_HOST = database host DB_NAME = database name DB_USER = database user DB_PASSWORD = database password SECRET_KEY = JWT secret key for hashing
  4. then run "npm run migrate"
  5. if there is no error, then you can start your server with < node --watch server.js />
  6. now you're go to go :
  7. run "your_base_url"/check in browser or postman to ensure the server is run, you should get ""App is running well!!""

Link to postman collection : https://documenter.getpostman.com/view/587887/2sA3BkdteM

About

Capstone Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published