kinghuthman / back-end-project-week

This repo contains the instructions for the backend project week

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Back End Project Week

This is the backend server. Once you have cloned this application onto your workstation. CD into the root file of this project. Then run 'yarn dev' you should see =Connected to 9000= This means that the backend server, which is what this application is, now is running on localhost:9000

Once you have the backend server running. You can visit https://notesatlambda.netlify.com/ to check out the client side online!!

You can also run the client side application on your workstation.

Clone the frontend application.

https://github.com/kinghuthman/front-end-project-week

This is the client side of the app. You will then CD into the root folder of the frontend application. From there, run 'yarn start' in your terminal. This will run the client side on localhost:3000

ENJOY!!!

About

This repo contains the instructions for the backend project week


Languages

Language:JavaScript 100.0%