Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wesscoby/thoughts-app
Thoughts App
https://github.com/wesscoby/thoughts-app
Last synced: about 1 month ago
JSON representation
Thoughts App
- Host: GitHub
- URL: https://github.com/wesscoby/thoughts-app
- Owner: wesscoby
- Created: 2020-02-02T16:33:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T14:23:18.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T22:12:12.547Z (over 1 year ago)
- Language: TypeScript
- Homepage: http://thoughtsapp.tk/
- Size: 327 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.com/WessCoby/thoughts-app.svg?branch=master)](https://travis-ci.com/WessCoby/thoughts-app)
# Thoughts App
This is a demo web app following a [Next.js](https://nextjs.org/) [Auth0](https://auth0.com/) Authentication [tutorial](https://auth0.com/blog/next-js-authentication-tutorial/#Securing-Next-js-Applications-with-Passport).The [tutorial](https://auth0.com/blog/next-js-authentication-tutorial/#Securing-Next-js-Applications-with-Passport) guides you to create the demo app from scratch and also connect to the Auth0 application you will be creating along the line. I have rewritten my version in Typescript and added a few tweaks.
## Installation
After cloning the repo, create a `.env` file in the project root and populate it with the respective env variables (see `.env.template`). Then install the dependencies using `yarn` or `npm install`.## Usage
`yarn dev` or `npm run dev`