Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 651 Bytes

File metadata and controls

28 lines (17 loc) · 651 Bytes

Project Setup

To run this project successfully, follow the steps below to set up the required environment variables and install dependencies.

Setting Environment Variables

You need to create environment variables for the following files:

  • Server/models/users.js
  • Server/models/projects.js

Ensure to set up the necessary variables before starting the project.

Installing Dependencies

Run the following command to install all project dependencies:

npm run install-all

Starting the Project

Once you've set up the environment variables and installed the dependencies, you can start the project using:

npm start