MuhammeedAlaa / MeanStack-Fish

A fish application used to handle orders in angular 9

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fish-MEANStack

logo

An application for a fish shop delivery.

GitHub License GitHub contributors

Tools used

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Back-end

  • you need to clone the project, then open a terminal in the root directory and write the following command:

    npm i
    
  • then you will need a file called .env without a name only an extension to exist in the root directory the file example.env has the kind of variables you need to have.

  • for running the project you can npm i -g nodemon then type nodemon it will run the project and refresh at any change of code on saving.

Front-end

  • This project was generated with Angular CLI version 9.1.9.

  • building: navigate to ./angular then Run ng build to build the project. The build artifacts will be stored in the ./public directory. Use the --prod flag for a production build.

API documentation

  • postman documentation was used for this project, you can find the post man collection in the root of the repo in json format you can import it in postman application.

Author

License

External links

you can find a heroku deployed version of the project in the following link.

About

A fish application used to handle orders in angular 9

License:MIT License


Languages

Language:TypeScript 51.9%Language:JavaScript 25.5%Language:HTML 22.6%Language:CSS 0.1%