Skip to content

Vikkkkk/Project1-Boomtown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boomtown 🏙

Boomtown is a web application made for people to easily share and borrow various items with others in the community!

Technologies Used

Server

  • PostgresSQL
  • Apollo Server
  • GraphQL
  • Node.js
  • Express

Gettin Started


Server

Commands must be run from the server directory:

Installation

npm install

Run

npm run start:dev

Tests

Just linting:

npm run lint

Run linting, and fix any errors:

npm run lint:fix

Run Jest tests:

npm run jest

Run Jest tests, and watch for changes:

npm run jest:watch

Run all tests:

npm run test

###Client

Commands must be run from the client directory:

Installation

npm install

Run

npm start

Build

npm run build

Tests

Just linting:

npm run lint

Run linting, and fix any errors:

npm run lint:fix

Run all tests:

npm run test

Lessons Learned

  • Creating a database and using SQL queries
  • GraphQL api using Apollo

About

First App Dev Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published