Backend application for fictadvisor.com
Explore the docs »
View the Website
·
Report a Bug
·
Request a Feature
Table of contents
This application provides a REST API for FICT Advisor.
To get a local copy up and running follow these steps.
- yarn
npm i -g yarn
- Clone the repository
git clone https://github.com/fictadvisor/fictadvisor-api.git
- Install NPM packages
yarn install
To start the application for production:
yarn build
yarn start:prod
To start the application locally:
yarn start:dev
To run tests:
yarn test
See the open issues for a list of proposed features (and known issues). Also you can check out design document for better understanding of architecture and functionality of our back-end service.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the project
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Added an amazing feature'
) - Push the branch (
git push -u origin feature/amazing-feature
) - Open a pull request
Distributed under the MIT License. See LICENSE
for more information.
Feedback - https://t.me/fict_robot
Project - https://github.com/fictadvisor