Backend repository for edusex website
https://edusex-backend.adaptable.app/docs
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