Giter Club home page Giter Club logo

yemeksepeti-android-hw3-rest-api's Introduction

REST(ful) API for Yemeksepeti Android Developer Bootcamp Homework 3(Teamwork)

This is a REST(ful) API that developed by using AdonisJS framework for Patika.dev/Kodluyoruz Android Developer Bootcamp third homework (Teamwork).


I've used "yarn" and there is only "yarn.lock" file, so I'll give you "yarn" and "node ace" commands.


Setup

Use the adonis command to install dependencies

yarn

Make a copy of .env.example rename it to .env and replace this file content with your own settings.


Migrations and DB Seeding

Run the following command to setup the related database. (in this project, it's MySQL)

node ace migration:run

For seed to database with dummy data, run command below:

yarn seed

Run

After Setup, run the following command to run the application.

yarn start

To start in development environment and watch the changed files, run the command below:

yarn dev

The command above can start the project without build the project.


You can build the project for production if you want, run the command below:

yarn build

They're the same as "node ace build --production --ignore-ts-errors" command.

Also you can build the project for development environment:

node ace build

Help

For showing help for AdonisJS ace, run the following command.

node ace --help

yemeksepeti-android-hw3-rest-api's People

Contributors

remidosol avatar

Stargazers

 avatar

Watchers

 avatar  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.