Skip to content

matheusm/feedget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub

LayoutTechnologiesGetting startedLicense

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