Skip to content

AdamMigliore/ECSE437_Final_Project

Repository files navigation

Setting up the Environment

In order to work with this project, you need to install Node.js v^18.12.0.

After Node.js is installed, you can install the necessary dependencies by running npm install.

Build the Project

In order to build the project, you need to run npm run build. This will create a build folder where the program can be started.

Setup the Database Client

In order to setup the database client, run npm run prisma:generate. You will first need a .env file which contains the database_url.

Run the Project

In order to run the project, you need to run npm run start.

Run the Project locally

In order to run the project locally, you need to run npm run start:dev.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors