Skip to content

colorlessenergy/lastpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lastpad

a web app to write notes, 08.31.2019

By colorlessenergy and planeswalker1

Description

Users can create edit and update notes that they create.

Setup/Installation Requirements

  • Clone repository

  • Navigate to the cloned repository in terminal

  • create a mongo database

  • install all required dependencies in both frontend and backend folders

# install backend dependencies

cd backend
npm install

# install frontend dependencies

cd frontend
npm install
  • you will have create a dev config file that uses the same properties as the production config file in both the backend and frontend folders

  • start the backend server

cd backend
npm run start
  • start the frontend server
cd frontend
npm run start
  • a page should open on the browser on localhost:3000

Known Bugs

I don't think there are any bugs

Support and contact details

If you run into any issues or have questions, ideas or concerns contac brianmunozdev@gmail.com or daniel.munozdev@gmail.com

Technologies Used

HTML CSS JS Node React Mongo Mongoose