Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kyrcha/secure-mern-app
- Owner: kyrcha
- License: mit
- Created: 2019-09-06T06:17:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T03:48:26.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T14:41:02.034Z (7 months ago)
- Topics: express-js, heroku, mongodb, mongoose, nodejs, reactjs, security
- Language: JavaScript
- Homepage:
- Size: 987 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 154
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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