Coder Social home page Coder Social logo

regg-api's Introduction

Regg API

A complete API for a moving furniture delivery application, encompassing user registration and authentication, order management, real-time delivery status and payment processing.

๐Ÿงฌ Cloning this project

  1. To clone this project with command line you must have Git installed on your machine. On your terminal run:
git clone https://github.com/amazonsoft-tech/regg-backend.git
  1. Access the root folder:
cd regg-backend

๐Ÿ’ฟ Installing dependencies

  1. You must have Yarn or NPM installed so you can install the dependencies that this project demands. In the root directory, run:
yarn

in case you have NPM instead, just run:

npm install

๐Ÿš€ Running this API locally

  1. Duplicate the file .env.example and rename one of them to .env

  2. Add the environment variables in the newly created .env file

DATABASE_URL =
SECRET = 
  1. Generate prisma schema with:
npx prisma generate
  1. Sync the database with the prisma schema with:
npx prisma db push
  1. To run this API, run one of the following commands below:
yarn dev

or

npm run dev

๐Ÿ› ๏ธ Technologies used in this project

  • Typescript โ€“ Javascript superset, adding static typing and other features
  • NodeJS โ€“ Javascript execution environment outside the browser
  • ExpressJs โ€“ Framework for NodeJs web applications
  • Prisma ORM โ€“ ORM that makes working with databases easy for application developers and features
  • MongoDB โ€“ Open source NoSQL database management program
  • And more...

regg-api's People

Contributors

gustav-dev17 avatar andrebatista2 avatar douglas-filipe avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.