CoderChirag / bed_st1

CRUD Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRUD Applicatio

Steps to run the code

  • Make sure Node.js and mongodb is installed on your system.
  • Open a cmd terminal and write mongod to start the local database server. Minimize the terminal and keep it running in the background.
  • Open a terminal in any folder where you want to install the application.
  • git clone https://github.com/CoderChirag/bed_st1.git
  • cd bed_st1
  • npm start
  • Open another terminal here and type cd backend
  • node index.js
  • Now visit to http://localhost:3000 on your browser and the application would be live.

About

CRUD Application


Languages

Language:JavaScript 88.1%Language:HTML 7.9%Language:CSS 4.0%