Coding challenge from the Udemy Course the Web Developer Bootcamp
I wrote the code in app.js, and in the views directory. The other files were provided by the instructor.
- Express.js routing
- serving static files
To run this project locally:
- In your terminal, navigate to the root folder and run the following commands
$ npm install
$ npm start
- Copy and paste the following into your browser of choice: localhost:3000
- Navigate to localhost:3000/posts
- Section 26: Intermediate Express of the Udemy Course the Web Developer Bootcamp