Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/david-lafontant/univse
an online training school, where people can register and attend training
https://github.com/david-lafontant/univse
Last synced: 12 days ago
JSON representation
an online training school, where people can register and attend training
- Host: GitHub
- URL: https://github.com/david-lafontant/univse
- Owner: david-lafontant
- License: mit
- Created: 2023-08-08T23:36:22.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-02-21T20:37:44.000Z (10 months ago)
- Last Synced: 2024-02-22T18:43:10.915Z (10 months ago)
- Language: CSS
- Homepage:
- Size: 5.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recipe app
UNIVSE is the front-end of an online training school. It shows the different page of this training school.
## Built With
- HTML & CSS
- JavaScript
- Bootstrap
- Ruby on Rails
- Rubocop## Getting Started
To get a local copy up and running follow these simple example steps.
- copy this link `https://github.com/david-lafontant/univse`.
- get the directory that you want to clone the repository.
- open the terminal in this directory.
- run `git clone https://github.com/david-lafontant/univse`.
- go to the repository folder in your command prompt, run `cd recipe-app`.
- run `bundle install`.
- run `yarn add`
- Follow the instruction in the database configuration file : path `config\database.yml` and/or create database in your postgresql called `univse_development` (this will depend on your configuration)
- run `rails db:create`
- To run the rails server run `bin/dev` in your command prompt.## Next steps
- Dockerize the app
- Add tests
- Add user authentication and authorization
- Add database for courses, and role for user
- Create dashboard for each user role
- Add paiement system
- Add security## Author
👤 **David Lafontant**
- GitHub: [@githubhandle](https://github.com/david-lafontant)
- Twitter: [@twitterhandle](https://twitter.com/manikatex)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/david-lafontant/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse
- Edubin - LMS Education HTML Template## 📝 License
This project is [LICENCE](./LICENCE.md) licensed.