This is the code for the final project for the backend workshops of Energia Powered Season 2022.
-
Make sure to install the following:
-
Download the code:
git clone https://github.com/abdullahalshawafi/EP22-Backend.git cd EP22-Backend
-
Install the dependencies:
npm install
-
Copy
.env.example
file into a.env
file and write your environment variables in it. -
Import
College System.postman_collection.json
file in Postman to test the REST API. -
Run the development server using
npm run dev-start
. -
Run the production server using
npm start
.