Skip to content

LamiSaadat/devs-board-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev's Board Server

Dev's Board is the app that makes a developer's life a teensy bit easier!

This is the backend for my capstone project for BrainStation's full-stack bootcamp.

🏃 Run Locally

Follow these steps to run a local instance of Dev's Board's server. Install the frontend here:
(You'll need node, npm, and MySQL already installed.)

Installation

  1. Clone the project
  git clone git@github.com:LamiSaadat/devs-board-server.git
  1. Create a new database in MySQL called devsboard_database.

  2. Install dependencies

npm install
  1. Run migrations
npm run migrate
  1. Run seeds
npm run seeds
  1. Set environment variables:

Rename .env_sample to .env and change the placeholder value to the port you set for the server.

   PORT=<PORT_NUMER>
   DB_HOST=<HOST ADDRESS>
   DB_USER=<YOUR DB USERNAME>
   DB_PSWD=<YOUR DB PASSWORD>
  1. Start the server
  npm start

👾 Tech Stack

  • Express
  • MySQL
  • Knex

🤝 Contact

linkedin

💎 Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors