Skip to content

The API Exercise which I submitted for Udaan's recruitment process.

Notifications You must be signed in to change notification settings

Tamil-maran/Udaan-Round-1-Submission

Repository files navigation

Instructions

Tech Stack - NodeJS, Mongodb using mongoose and AngularJS

Setup database

  1. Run monodb daemon using

     sudo mongod
    
  • If mongodb datastore doesnt exist

      mkdir /home/username/data
    
      mkdir /home/username/data/db
    
      sudo mongod --dbpath=/home/username/data/db
    

Setup server

  1. Navigate to server directory and open terminal.

  2. Install node modules in server directory

     npm install
    
  3. Start server

     npm start
    

Open front end interface

  1. Open /front/index.html in browser.

Preview

Preview

About

The API Exercise which I submitted for Udaan's recruitment process.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published