This repository contains various CRUD API endpoints for the events and nudge API.
https://documenter.getpostman.com/view/19792845/2s93shyUZi#intro
To get started , follow these steps:
- Clone the repository: git clone https://github.com/HetavShah/events-api
- Create a 'public' directory in root
- Install the dependencies:
npm install
- Start the server:
npm start
- Node.js and Express.js for building the API.
- MongoDB Driver as Database driver
- Postman for API testing and Documentation.
- Multer for handling Image Uploads