Skip to content

ChafiAya/Mean_Stack-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mean_Stack-app

its a mean stack app Stack Used in this applcation NodeJS ExpressJS MongoDB Angular4 Setting up & Installation Locally 1- clone this repository and run npm install

npm install 2- create .env file in the root directory and add the Database and Port settings example (file .env):

MONGODB_URI=mongodb://localhost:27017/todoapp PORT=3000 SECRET=YOUR_SECRET_HERE 3- Create proxy-config.json in the frontend root directory (angular4) and setup the proxy as follow

{ "/": { "target": "http://localhost:3000/", "secure": false } } 3- Start the back-end server using npm start or nodemon

node start 4- Start the angular server using the proxy

cd frontend npm start

About

its a mean stack app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published