EDU Q&A Platform where people can ask questions and provide responses.
. Node.js . Express . JSON Web Token (JWT) . Bcrypt
|--app.js |--server.js |--models |--authModel.js |--questionModel.js |--routes |--authRoute.js |--QuestionRoute.js
. PORT -- server port number . DB_URL -- database URL
- clone this repository.
- cd into project root directory.
- run npm install to install all dependencies(you must have node installed).
- Run npm start to start the server.
- Open up Postman and then test out the Endpoints.
Signs in a single user into the application ###Endpoint ###Method ###Params ###Data-type /auth/signup POST None None
Logs in a single user in the application ###Endpoint ###Method ###Params ###Data-type /auth/login POST None None
. Tracy Nuwagaba . Walaga Priscilla . Nawire Scovia . Igira Edgar