MEAN Stack RESTful API - Registration System | Registration Desk

MEAN Stack RESTful API - Registration Desk

This repo contains the code for a RESTful API Registration System that was built using the MEAN stack:

  • MongoJs(nodeJs module)
  • Express
  • AngularJS
  • NodeJS

Instructions

If you have trouble with the tutorial (especially since I had to modify the code due to an AngularJS update), simply clone this repo using

git clone https://github.com/avmadhukiran/Registration-System.git

then install the Node modules with

npm install

Have fun!

username:admin password:admin

Can change in server Js file

If you have any questions, feel free to leave a comment and I will try to help if I can!