Skip to content

ashchen3/CS35L-todoapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS 35L

CS 35L Winter 24 Final Project

Setup Instructions

First, clone the repository

git clone https://github.com/ashchen3/CS35L-todoapp.git

Regarding Credentials

The API key (embedded in the ElephantSQL link) in /backend/.env has been intentionally expired. Contact [email protected] for the API key to be used as DEV_DATABASE_URL.

For the JWT secret in the same /backend/.env file, any UTF-8 string may be used. If you desire to generate a new JWT secret, use

node -e "console.log(require('crypto').randomBytes(32).toString('hex'))"

and assign it to the JWT_SECRET backend environment variable (in the same /backend/.env file).

Starting the Application

To start the server, simply run the startup.sh script at the root level of the repo

./startup.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages