Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josenromero/daily
A website for notes with login
https://github.com/josenromero/daily
Last synced: about 1 month ago
JSON representation
A website for notes with login
- Host: GitHub
- URL: https://github.com/josenromero/daily
- Owner: JosenRomero
- Created: 2021-09-11T00:06:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-27T21:53:24.000Z (12 months ago)
- Last Synced: 2024-01-28T01:55:06.368Z (12 months ago)
- Language: JavaScript
- Homepage: https://daily2022.vercel.app/
- Size: 220 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Daily
Es un sitio web para notas con login
frontend: [link](https://github.com/JosenRomero/Daily)
backend: [link](https://github.com/JosenRomero/backend-with-nodejs)## Built using
#### frontend
- React JS
- Bootstrap
- Redux#### backend
- Node JS
- MongoDB
- Express
- passport (passport-facebook and passport-google-oauth)## frontend
#### Installation
```
$ git clone https://github.com/JosenRomero/Daily.git
$ cd Daily
$ npm install
$ npm start
```#### Env variable:
Create .env.development.local file and add the following:
```
VITE_APP_API_URL=http://localhost:3001
```#### Build
```
$ npm run build
```## backend
see: [https://github.com/JosenRomero/backend-with-nodejs](https://github.com/JosenRomero/backend-with-nodejs)