Skip to content

Roy263/Nodejs-Relevel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node js Hiring Tournament - Season 2

This is a Node js Hiring Tournament - Season 2.

Required Prerequisites

  • You will need to have node installed in your machine
  • You must have git client installed in your machine.
  • You should also have any SQL/noSQL databse installd in your machine. (e.g MongoDB)
  • If you don't have any of the DB installed, then you can use SQLite too.

Node version required to install all dependencies

node v14.15.1 

Install all dependencies for this Tournamanet.

npm i

Running in development mode

npm run dev

Note:

  • Running npm run dev will eventually start mongoDB and all it's dependency.
  • If you encounter any error related to MongoDB, please refer the attached document below.

If you want to execute exisitng MongoDB config (optional), run below commands

Start Mongo DB

npm run start-db

Stop Mongo DB

npm run stop-db

Command to run Mongo DB Shell for all your DB operation within

npm run mongo

Easy documentation to setup MONGO DB on your machine (optional)

https://docs.mongodb.com/manual/administration/install-community/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors