Skip to content

aguilarandress/MEANPosts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEAN Posts

Small MEAN Stack web application with CRUD operations for posts

Quick start

Installation

Run this command in the /client directory and in the root directory.

$ npm install # Install project dependencies

Run server

$ npm start # Starts server on port 5000

$ npm run server # Run development server on port 5000

$ npm run client # Run Angular development server on port 4200

$ npm run dev # Run API and Angular development server concurrently

Database setup

Change the connection string in the .env file

Environment setup

Make sure to setup the NODE_ENV environment variable in the .env file for development.

Application info

Version

1.0.0

Author

Andres Aguilar Moya

About

MEAN Stack web application with CRUD functionalities for posts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors