College System

This is the code for the final project for the backend workshops of Energia Powered Season 2022.

Installation Guide

  1. Make sure to install the following:

  2. Download the code:

    git clone https://github.com/abdullahalshawafi/EP22-Backend.git
    cd EP22-Backend
  3. Install the dependencies:

    npm install
  4. Copy .env.example file into a .env file and write your environment variables in it.

  5. Import College System.postman_collection.json file in Postman to test the REST API.

  6. Run the development server using npm run dev-start.

  7. Run the production server using npm start.