Skip to content

Repository is for Mean stack project, with es6 codes and angular 6 app

Notifications You must be signed in to change notification settings

shailu26/meanstackV6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

meanstackV6

This is Express v4 app.

Instructions -

  1. Clone it via https://github.com/shailu26/meanstackV6.git
  
  2. Go inside backend folder cd backend
  
  3. run command npm install
  
  4. Run app via this command ---->  npm run dev ;)

Dependencies -

  Install mongodb otherwise you will get mongoose connection error

Test -

  To test the application install Postman Extension of Chrome
   Provide these Details
  
  Url - localhost:3000/api/user/newUser 
  Method - Post
  Data - row JSON(application/JSON)
  Body - {
            "name": "shailesh",
            "username": "shail123",
            "email": "[email protected]",
            "password": "abc"
          }
 Hit Send and Done!!! :)
 
 Enjoy!
 
 # Frontend Folder - 
 Frontend folder has angular6 app running. right now i have only static login page. soon going to use Backend Api

About

Repository is for Mean stack project, with es6 codes and angular 6 app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published