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

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

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