Skip to content

matheusm/feedget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

GitHub

Layout β€’ Technologies β€’ Getting started β€’ License

Feedget Mockup

πŸ”– Layout

You can view the project layout through the link below:

Remembering that you need to have a Figma account to access it.

πŸš€ Technologies

πŸ’» Getting started

Requirements

Clone the project and access the folder

git clone https://github.com/matheusm/feedget.git && cd feedget

Follow the steps below

Server

# From the project root folder access the 'server' folder
$ cd server

# Install the dependencies
$ npm install

# Add '.env.local' using this sample:
DATABASE_URL== *put here your postgresql url*

# With a PostgreSQL running, run the migrations
$ npx prisma migrate dev

# Start the server
$ npm run dev

Web

Make sure to have the server running

# From the project root folder access the 'web' folder
$ cd web

# Install the dependencies
$ npm install

# Add '.env.local' using this sample:
VITE_API_URL= *put here your backend url*

# Start the application
$ npm run dev

πŸ“ License

This project is licensed under the MIT License - see the LICENSE file for details.


Made with πŸ’œ by Matheus martins

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published