Skip to content

rafacdomin/fastfeet-api

Repository files navigation

FastFeet API Server 📨

NodeJS API developed on RocketSeat GoStack Bootcamp. Check the Web Version and the Mobile Version made with React Native.

FastFeet SignIn

About

This project is based on an application for a shipping company with admin authentication, recipients, deliveryman and orders management.

Technologies

This project was developed with the following technologies:

How To Use

Import the Insomnia_fastfeet.json on Insomnia App

To clone and run this application, you'll need:

Obs.: I recommend use docker.

Follow the steps below:

# Clone this repository
$ git clone https://github.com/rafacdomin/fastfeet-api

# Go into the repository
$ cd fastfeet-api

# Install dependencies
$ yarn

# Create the instance of postgreSQL using docker
$ docker run --name fastfeet-postgres -e POSTGRES_USER=docker \
              -e POSTGRES_DB=fastfeet -e POSTGRES_PASSWORD=docker \
              -p 5432:5432 -d postgres

# Create the instance of redis using docker
$ docker run --name fastfeet-redis -p 6379:6379 -d -t redis:alpine

Make a copy of .env.example to .env and set YOUR enviroment variables

# Run the server
$ yarn dev

License

This project is under the MIT license. See the LICENSE for more information.


Author

Author

Made with 💜 by Rafael Domingues 👋 Get in touch!

Linkedin Badge Gmail Badge DEV.to Badge GitHub followers

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published