Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sindhuja90 authored Feb 5, 2024
1 parent 33ca08b commit b20817b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,28 @@ _TalentHive_ is a web-based application designed to streamline and enhance the r
- Create a .env file in `/server` folder and add the following variable:

```
DATABASE_URL=<insert-your-database-instance-URL-from-Details-page>
DATABASE_URL="insert-your-database-instance-URL-from-Details-page"
```

6. Seed the database.

In the root directory, run the following command in your terminal to create the database table and seed the initial data.
In the root directory, run the following commands in your terminal to create the database table and seed the initial data.
```
cd server
npm run seed
```

8. Run the server.

In the root directory, run the following commands in your terminal to start the server.
```
cd server
npm start
```

10. Run the client.

In the root directory, run the following commands in another terminal to start the client.
```
cd client
npm start
Expand Down

0 comments on commit b20817b

Please sign in to comment.