/clean-fastify-ramda-api

Clean Architecture API using Fastify, Ramda and MongoDB

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

clean-fastify-ramda-api

Clean Architecture API using Fastify, Ramda and MongoDB

Frontend made with Vite/React

Deploy

# clone project
git clone https://github.com/AntonioMartinezFernandez/node-api-template

# copy backend/.env.development as backend/.env

# install backend dependencies and run fastify server
cd backend
npm i
npm run dev

# install frontend dependencies and run react app
cd frontend
npm i
npm run dev

View in browser

http://localhost:3000/