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).
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.
https://sleepy-garden-76711.herokuapp.com/
| URL | Description |
|---|---|
/auth/google |
Authorization |
/api/current_user |
Current user |
/api/logout |
Logout |
Start api-server and react-server locally:
npm run dev
Hanna Söderström