Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kyrcha/secure-mern-app

A secure web application using the MERN stack
https://github.com/kyrcha/secure-mern-app

express-js heroku mongodb mongoose nodejs reactjs security

Last synced: about 17 hours ago
JSON representation

A secure web application using the MERN stack

Awesome Lists containing this project

README

        

# Building a Secure Web Application

## Deployment

### Development

For launching the development environment open two terminal windows, one in the root of the project and one in the front-end directory. In the first terminal window start the back-end server:

npm run start:back-end

In the second terminal window start the front-end server:

```
cd front-end
npm start
```

### Production