Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 776 Bytes

File metadata and controls

23 lines (17 loc) · 776 Bytes

wadla-backend

Introduction

This is a backend api being built to host event pages for workshops, hackathons, etc. The primary focus is to host WADLA (Workshop on Advances in Deep Learning and Applications ) organized by IIITS.

To setup locally

Requirements

  1. mongoDB V6.0.6 (you can use free tire cloud mongodb at https://www.mongodb.com/)
  2. nodeJS v18.16.0

Steps:

  1. fork the repo
  2. create a .env file see .env-example for reference
  3. run npm i to install package dependencies
  4. run npm start and the server starts at port 5000

links to other Repos

website