https://github.com/hannasdev/fullstack-server
Learning fullstack (express->react)-project
https://github.com/hannasdev/fullstack-server
Last synced: about 1 year ago
JSON representation
Learning fullstack (express->react)-project
- Host: GitHub
- URL: https://github.com/hannasdev/fullstack-server
- Owner: hannasdev
- Created: 2018-02-17T10:49:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T12:35:18.000Z (over 8 years ago)
- Last Synced: 2024-03-27T20:21:02.760Z (over 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 243 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fullstack
This repository is part of a learning project for setting up a fullstack project (backend and frontend).
- The backend runs with express and mongodb.
- The frontend runs with React (`create-react-app`).
## Dependencies
This repository requires a set of keys for use of MongoDB at mLab.com and Stripe (stripe.com). These are not part of the repository for security reasons.
`.env.development`
`.env.production`
We use sendgrid as email-provider.
## Public URL
https://sleepy-garden-76711.herokuapp.com/
### Routes
| URL | Description |
|--------------------|---------------------|
| `/auth/google` | Authorization |
| `/api/current_user`| Current user |
| `/api/logout` | Logout |
## Dev
Start api-server and react-server locally:
```npm run dev```
## Author
Hanna Söderström