/edusex-backend

Edusex Backend Repository

Primary LanguageTypeScript

Edusex Backend Repository

Backend repository for edusex website

API Documentation

https://edusex-backend.adaptable.app/docs

Run Locally

Clone the project

  git clone https://github.com/alfonsus20/edusex-backend

Go to the project directory

  cd my-project

Make a copy of the .env.example file and rename it to .env. Then, ensure that you fill in all required environmental variables in the .env file

  cp .env.example .env

Install dependencies

  yarn install

Start the server

  yarn start

Entity Relationship Diagram