Project Name
This is a little description about your project.
Tech Stack: MongoDB, Express.js, React.js, Node.js, Typescript
Contributors: Hatchways (replace)
Getting Started
- Clone or download repository
Server
- Go into the server directory
cd server
- Run
npm install
to install packages
- Create your environment variable (.env) file
- Run
npm run dev
to start the server
Client
- Go into the client directory
cd client
- Run
npm install
to install packages
- Run
npm start
to start the client side
Demo
- Registration. Users will be able to create a new account using their email and password
- Dashboard. Here is a description about what a user can expect to see