Skip to content

MT-Open-Soft/backend

Repository files navigation

Open Soft 2024 Backend

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.

Run Locally

Clone the project

  git clone https://github.com/MT-Open-Soft-24/backend.git
  cd backend

Install 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

API Reference

Postman Documentation here

Base URL for local: http://127.0.0.1:8080

Production URL: https://api.shik-shak-show.tech [Not up currently]

About

Backend for the movie database website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7