samitkumarpatel / person

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Person

This Repository has an api and spa folder

spa : Is for Person Management Single Page Application , built on React.js.

To run this

cd spa
npm i
npm start

api : Is an express.js (node.js) api, which has GET, POST, PUT and DELETE http method to deal with Person data into mongodb document database

cd api
#make sure you have a local mongodb databse running and listinign on default port 27017
node --watch index.js

About


Languages

Language:JavaScript 74.8%Language:HTML 15.9%Language:CSS 9.3%