/fun-kickoff-project

Hatchways kickoff project

Primary LanguageTypeScript

Project Name

This is a little description about your project.

Tech Stack: MongoDB, Express.js, React.js, Node.js, Typescript

Contributors: Andrew Hodge, Hatchways Team


Getting Started

  1. Clone or download repository

Server

  1. Go into the server directory cd server
  2. Run npm install to install packages
  3. Create your environment variable (.env) file
  4. Run npm run dev to start the server

Client

  1. Go into the client directory cd client
  2. Run npm install to install packages
  3. Run npm start to start the client side

Test

  1. Go into the server directory cd server
  2. Run npm test to run all tests in test directory

Demo

  1. Registration. Users will be able to create a new account using their email and password

Signup Demo

  1. Dashboard. Here is a description about what a user can expect to see

Dashboard