Skip to content

Alhydra/Nearby-shops.backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hidden founders web coding challenge

This is my Backend participation for the challenge. The Frontend is linked on another repository which you can check from the link Nearby Shops Front End.

The backend server is built using Nodejs using ExpressJs and MongoDb.

Instructions

Clone the repository

$ git clone https://github.com/Alhydra/Nearby-shops.backend.git

To run the server you need to run the MongoDb server using the command mongod on your local machine.

After it's successfully loaded. You can run the server using the start script.

Using npm:

$ npm start

Using yarn:

$ yarn start

The server will start on port 3001.

Once you run the server, you can add pre-defined dummy data using the calling the route http://localhost:3001/setup

About

Hidden founders web coding challenge

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published