Skip to content

Mezdek/paradox

Repository files navigation

Paradox

This project's main aim is to build a simple website yet to cover everything. This was the last checkpoint in Wild Code School.

What it does

  • 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.

How to start

  1. First install the dependencies by running
npm install
# or
yarn install
  1. You need to have mysql2 installed. After signing in create a database then import the dump file dump.sql located in the database folder.

  2. Copy the .env.sample file to .env and fill in the values.

  3. Then run the server by running

npm run dev
# or
yarn dev
  1. Finally, open the browser to http://localhost:3000

Technical details

This project was built using:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published