A Fullstack App that organizes Todos
- NextJS w/ Typescript
- Apollo GraphQL
- PostGresQL w/ Knex ORM
- Material UI
- Create a
.env
file and add the following:DATABASE_URL=YOUR_CONNECTION_STRING_HERE
yarn install
yarn knex:downup
yarn dev
Your app should be ready at http://localhost:3000!