Skip to content

Maxmi/Roam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roam

Summary

My implementation of Roam module of Learners Guild curriculum.
A full-stack web application for travelers where:

  • each user has a profile page,
  • users can view information on different cities,
  • users can leave reviews for those cities,
  • can edit or delete their reviews

What I learned doing this project:

Built with:

Deployed Site

https://roam-by-mira.herokuapp.com/

Getting Started

These instructions are for getting a copy of the project on your local environment.

  • Clone/Fork - git clone https://github.com/Maxmi/Roam.git
  • Install npm packages - npm install

Setting up your database

  • Create database and tables - npm run db:init (make sure you don't have a db named roam as this command will delete it)

Setting up your config

  • Run cp .env.template .env command in the terminal to create your own .env file and enter your config values in the .env file

Starting your development server

  • Run npm start
  • To access the app go to http://localhost:3000

Running tests

  • Run npm test

About

A multi-page full-stack application where users can review various travel destinations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors