Skip to content

jonev/fullstack-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

Backend is dependent on a MongoDB. Start this in docker-compose with:

docker-compose up

This will start MongoDb on port 27017 and Mongo Express (db client) on port 8081

Development

Backend

To start backend development run:

node index.js

Runs webserver on http://localhost:3000
Manual restart is needed on change.

Frontend

To start frontend run:

cd frontend
npm start

Opens browser on http://localhost:3001

About

Test app for testing MERN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published