This application allows user to add places of some significance
- User can login or sign-up for this application
- The record and details of the user will be stored in MONGO DB
- Respective users can add places of their own
- The places can be updated and deleted
- All the CRUD operations are carried out
- Backend : Contains the Node Express Applicaton with the REST API with respective controllers for handling the MONGO DB .
- Frontend :The SPA made by react which interacts with the backend
- Node
- NPM
- MongoDB
- Make sure MongoDB is Running in Your System
- Clone the Repository in your local machine
- Open Command Line
- To install dependencies run :
npm install
- To run the application run :
nodemon app.js
in the backend folder
- To install dependencies run :
- how to run the backend code? refer : backend/README.MD
- how to run the frontend code? refer : frontend/README.MD
- SIGN UP AND LOGIN PAGE
SIGN UP PAGE | LOGIN PAGE |
---|---|
- Using AWS S3 Storage to retrieve the uploaded files .
- Using Geocoding API to Display the location of the place on a map
- frontend/README.md for front end overview
- backend/README.md for back end overview