Project NLW Spacetime is a memory timeline.
You can create a new memory and share if you want, and see others publics memories too.
- Clone this repo.
- On your github, go on Settings >> Developer Settings >> OAuth Apps.
- Click on New OAuth App and create one for each frontwend: WEB and MOBILE.
- This project use OAuth Authentication.
- Add the Client id and Client Secret on your backend
.env
. Go to backend section. - Remember one thing: if you want to switch between WEB to MOBILE you have to change your
.env
value on your backend.