Skip to content

lijovijayan/basic-node-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation and setup

How to setup and run the application

  1. Clone the repository
    git clone https://github.com/lijovijayan/basic-node-app.git
  2. Install and setup Mongo DB
    https://www.mongodb.com
  3. Seeding dummy data to database
    yarn run seed
  4. Install packages
    yarn install
  5. Start the development server
    yarn start
  6. Production build
    yarn run build


Built With

Major frameworks and libraries used to bootstrap the project.