Skip to content

quantum2409/mapGo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mapGo

This appllication is in development stage. MapGo is a website developed for the IIT-K junta, which provides the user an all-in one go-to application to navigate through the campus as well as schedule, organise and announce events. The application provides a personalised maps where they can mark their areas of interest, and use it to navigate through the large campus. Organising bodies get to use this application to announce their events, along with entire details of the event like timings, venue, description, images etc. These events are announced under the label of verified channels, to which a user can subscribe to in order to get the updates specific to that organising group. This feature is also useful to the business and shop owners who can advertise their businesses while also declare if their opening and closing times.

Prerequisites

  • Node.js and npm installed on your system
  • MongoDB Atlas account and a database set up
  • MapBox API Key

Getting started

Cloning the repository

Check out the link to see how to clone the repository.

install the dependencies

cd backend
npm install
cd view
npm install

create .env file in the backend directory

In .env file, fill the required credentials as given below:

PORT=5000
DB_URL=""
SECRET_KEY=

SMTP_HOST = smtp.gmail.com
SMTP_PORT= 587
SMTP_MAIL = 
SMTP_PASS = 

running the program

cd backend
npm run dev
cd view
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.9%
  • CSS 10.6%
  • HTML 4.5%