Backend repository for edusex website
https://edusex-backend.adaptable.app/docs
Clone the project
git clone https://github.com/alfonsus20/edusex-backendGo to the project directory
cd my-projectMake 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 .envInstall dependencies
yarn installStart the server
yarn start