This project's main aim is to build a simple website yet to cover everything. This was the last checkpoint in Wild Code School.
- It shows posts, which are previously saved in the database and it gives the possibility to add new posts.
- Each post has a title, a text in addition to author and date.
- To read posts no login is required, however to add new posts a login is required. Registration is very easy.
- A post can be searched by title or author.
- First install the dependencies by running
npm install
# or
yarn install
-
You need to have
mysql2
installed. After signing in create a database then import the dump filedump.sql
located in thedatabase
folder. -
Copy the
.env.sample
file to.env
and fill in the values. -
Then run the server by running
npm run dev
# or
yarn dev
- Finally, open the browser to http://localhost:3000
This project was built using: