Owly is an app to assist you with your studies. Tracks progress in the courses you are taking.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
The project relies on a few packages which can all be installed through npm. Run these commands through your terminal separately in the project directory.
npm install bootstrap --save
npm install reactstrap --save
npm install history --save
npm install react-router-dom --save
npm install react-router
A step by step series of examples that tell you how to get a development env running
Say what the step will be
1. Clone the repository to your local machine.
2. Install the dependency listed in the above section.
3. Start the development server (npm start)
You should now be presented with the sign in page.
As of now, there are now tests available.
The app uses Google Firestore as a backend to store and retrieve data. The database is currently setup in development and R/W rules needs to be changed before deployment.
- Knut Hufthammer - khuf
- David René Bødtker - carknabragha
- Jonas Meyer Birkeli - JonasMBirk
- Gabriel Matei - Gma001
