Skip to content

Commit

Permalink
Merge pull request #6 from BIJJUDAMA/main
Browse files Browse the repository at this point in the history
Added ENV variables template and steps to set it up in README
  • Loading branch information
Ashrockzzz2003 authored Dec 30, 2024
2 parents e0cc400 + f8c9cbe commit 0f748c6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,15 @@ This is the backend server for a web application for tracking the placement acti
```sh
npm install
```
2. Create a `.env` file in the root directory of the project, and add the following environment variables:
```env
DB_HOST=<your-database-host>
DB_USER=<your-database-user>
DB_PASSWORD=<your-database-password>
DB_NAME=<your-database-name>
```

2. Run the App in Development Mode
3. Run the App in Development Mode
```sh
npm start
```
Expand Down

0 comments on commit 0f748c6

Please sign in to comment.