Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliseekn/nextjs-fullstack-app
A full-stack web application made with Next.js and lowdb
https://github.com/eliseekn/nextjs-fullstack-app
api-rest lowdb nextjs reactjs typescript
Last synced: about 1 month ago
JSON representation
A full-stack web application made with Next.js and lowdb
- Host: GitHub
- URL: https://github.com/eliseekn/nextjs-fullstack-app
- Owner: eliseekn
- Created: 2023-02-23T08:41:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T07:06:26.000Z (6 months ago)
- Last Synced: 2024-07-18T09:00:40.110Z (6 months ago)
- Topics: api-rest, lowdb, nextjs, reactjs, typescript
- Language: TypeScript
- Homepage: https://nextjs-fullstack-demo.vercel.app/
- Size: 377 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js full-stack application example
A full-stack web application made with Next.js and lowdb.
## Requirements
```
Node ^16.19.1
yarn
```## Installation
1\. Clone projectOn your console :
```
git clone [email protected]:eliseekn/nextjs-fullstack-app.git project-name
```2\. Install packages dependencies
On your console :
```
cd ./project-name
yarn && yarn dev
```## Tests
On your console :
```
yarn test
```