A MEAN application that will help you get started on your next web project, or simply help you understand the MEAN stack technologies a little better.
- Node
- Express
- MongoDB
- Mongoose
- Angular 2
- and more...
- Clone or download the zip file onto your computer.
- Open folder with preferred text editor.
- Run mongod executable on its own terminal.
- On another terminal install all dependencies with the following command
npm install
- Type the following command to run express server on port 8080
nodemon app or npm start
- Open browser and navigate to localhost:8080 to view appication. If all is done correctly you should view the welcome home webpage.
- Try it out by registering, logging in and then logging out.
- If successful, you can use any third party platform to check you Mongo database for user id, our simply use the terminal from your OS system for convenience.
- Happy Coding.
-
Make sure to have mongodb installed, you can use postman for CRUD operations and to have MongDB hosting as a service try mLab, its free.
-
Although you are free to use this application as you wish, we appreciate giving credit to the author or linking back to our codebits website page https://www.creativebitstudio.com/codebits
- Developed for CreativeBitStudio by Danny Mack - Full Stack Developer.
- Developer Feedback or for Hire: [email protected].
- To contact or hire us: [email protected].
- Website: www.creativebitstudio.com