/todo-list-on-steroids

A basic to-do app made with Express, React, and Passport

Primary LanguageTypeScriptMIT LicenseMIT

Todo List On Steroids

Build badge

I swear I totally regret not using TypeScript from the start lmfao

Well I guess I should leave a usage guide or something

Usage


Clone the repo and select directory:

$ git clone https://github.com/ElCholoGamer/todo-list-on-steroids.git
$ cd todo-list-on-steroids

Install dependencies (yarn) and build:

$ yarn install
$ yarn build

Add the MongoDB connection URI to a .env file:

ATLAS_URI="some-mongodb-uri"
SESSION_SECRET="something-idk"

Finally, serve build files and stuff:

$ yarn serve