Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helcioitiyama/casa_criativa
WorkshopDev
https://github.com/helcioitiyama/casa_criativa
css3 express html5 javascript nunjucks sqlite3
Last synced: about 1 month ago
JSON representation
WorkshopDev
- Host: GitHub
- URL: https://github.com/helcioitiyama/casa_criativa
- Owner: helcioItiyama
- Created: 2020-04-05T01:29:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T09:44:54.000Z (about 2 years ago)
- Last Synced: 2023-03-07T16:05:31.309Z (almost 2 years ago)
- Topics: css3, express, html5, javascript, nunjucks, sqlite3
- Language: HTML
- Size: 328 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## :arrow_right: ABOUT THE PROJECT
This project was developed during DevWeek Bootcamp.
## :computer: TECHNOLOGIES USED FOR THIS PROJECT:
- [**express**](https://github.com/expressjs/express)
- [**nunjunks**](https://github.com/mozilla/nunjucks)
- [**sqlite3**](https://www.sqlite.org/index.html)## :information_source: HOW TO RUN THE APPLICATION
To clone and run this application, you'll need Git, NodeJS, Sqlite3 and Npm.
You just need to run the following commands:
```bash
# Clone this repository
$ git clone https://github.com/helcioItiyama/Casa_Criativa.git# Go into the repository
$ cd Casa_Criativa# Install dependencies
$ npm install# Run the app
$ npm start
```