Skip to content

WasathTheekshana/location-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Location Service

Location Service is a full stack applicaiton with stacked with MERN. This application can add location & devices.

Start the Application

Docker

you can use docker-compose to run the application

docker-compose up
  • API will be hosted on port : 8080
  • Frontend client application will host on port : 3000

If docker didn't work for your

Start the backend

cd server
npm i
npm start

Start the frontend

cd client
npm i
npm run dev

Make sure to start the backend first. Unless data won't fetched into the frontend

Documents

Click here to view the API Document.
Click here to view the simple UI design for the frontend.

Project Details

client - Frontend application
server - Rest API

Used mongo-memory-server as the database for this project.

If the server restart, the data will be lost.