You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-4
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
## How to run the code
4
4
5
5
1. Clone to repo in your favorite directory using the command `git clone https://github.com/kennie-larkson/weblog.git`
6
-
2. CD into the `teesas` folder and run the command `npm install` to install the dependencies.
6
+
2. CD into the `weblog` folder and run the command `npm install` to install the dependencies.
7
7
3. Create a .env file with the contents of .env.local. Also ensure to have docker running on your machine and create your docker.env file since the docker-compose.yml will be needing the environment variables.
8
8
4. Run the command `npm start` to start the application
9
9
5. Visit the postman collection file for a link to test all endpoint
0 commit comments