Skip to content

manuwebs/ATLFrontEnd

Repository files navigation

ATLFrontEnd

This project was generated with Angular CLI version 11.1.2.

NPM is used to manage all the packages on it.

Getting started

In order to execute the project properly, the first step is installing dependencies. Run the following command to do it:

npm install

Run (Backend)

This project runs with a fake backend, in order to be able to run is necessary to install json-server. You can do that running the command:

npm install -g json-server

Then to actually run the backend server on terminal execute the following command:

npm run start:backend

Run (FrontEnd)

On the terminal run the command:

npm run start

Database configuration

In the root folder a db.json file is located, this json file contains all the data that is being managed by the backend.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published