Skip to content

cweihan01/remembrall

 
 

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

CS35L Winter 2024 Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.7%
  • HTML 1.5%
  • Other 0.8%