Blog website, for sharing anything in your mind using Express JS.
- We discussed what we want to do and how to do it.
- create Database.
- split the work between us and everyone take a part.
- As a visitor i want to be able to create new account in the website.
- As a visitor i want to view the posts.
- As a user i want to ba able to login to website.
- As a user i want to be able to create a post.
- Clone this repository
- Run
npm install
- Create a
config.env
- Add
SECRET =
toconfig.env
- Add
DB_URL =
toconfig.env
- run
npm run start
to run the project
Othman, Ali, Salwa