The core backend for the shik-shak-show website, submission for Open Soft 2024 from the Mother Teresa Hall of Residence. Written in Javascript with Express and Node, using MongoDB Atlas as the cloud database.
Clone the project
git clone https://github.com/MT-Open-Soft-24/backend.git
cd backendInstall dependencies, load env variables and start the server
yarn install
cp .env.template .env
Initialise the environment vars in .env file
yarn start
The server runs in production mode by default. To run in development mode with hot-reloading:
yarn dev
Postman Documentation here
Base URL for local: http://127.0.0.1:8080
Production URL: https://api.shik-shak-show.tech [Not up currently]