Skip to content

feiw101/MyBookClub

 
 

Repository files navigation

📚 Booked 📚

A place for people to create and manage their book clubs with ease

 

🔎 Table of Contents

🗝 Requirements

  • Postgres database instance
  • A Node.js development environment

📍 Development Enviroment Setup

  1. Fork this repo
  • click on the Fork button on the top right of the page
  • click on your handle to fork to your repo
  1. Clone this repository
  • enter the following line into your command line and insert your copied url instead of the quoted text:
git clone 'copied url'
  1. Install your npm dependencies: run npm install in your terminal.

  2. Copy template.env and create a .env file in the project root.

  • Specify the Postgres database connection URI as DB_URI.
  • Secret key for auth as SECRET_KEY.
  1. Start your node server and compile the application, run the following: npm run dev.

⌨️ Developers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.5%
  • CSS 9.0%
  • Other 0.5%